From: Peter Michael Green Date: Sun, 3 Sep 2017 22:55:28 +0000 (+0000) Subject: Modify configure.json to disable neon. X-Git-Tag: archive/raspbian/5.15.19+dfsg-3+rpi1~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=035124df1defdd96576d637caef6ca8e656fd67e;p=qtbase-opensource-src.git Modify configure.json to disable neon. Gbp-Pq: Name modify-configure.json-to-disable-neon.patch --- diff --git a/configure.json b/configure.json index 4763ff645..e5a2239c0 100644 --- a/configure.json +++ b/configure.json @@ -1278,7 +1278,7 @@ }, "neon": { "label": "NEON", - "condition": "(arch.arm || arch.arm64) && subarch.neon", + "condition": "(arch.arm64) && subarch.neon", "output": [ "privateConfig", { "type": "define", "name": "QT_COMPILER_SUPPORTS_NEON", "value": 1 }